McMotionState enumeration
The motion state of an axis.
Namespace: IntervalZero.KINGSTAR.Base
Assembly: IntervalZero.KINGSTAR.Base (in IntervalZero.KINGSTAR.Base.dll) Version: 4.4.0.0
Syntax
public enum McMotionState
Public Enum McMotionState
Members
Member name | Value | Description |
---|---|---|
mcConstantVelocity | 0 | The axis is moving at a constant speed. |
mcAccelerating | 1 | The axis is accelerating. |
mcDecelerating | 2 | The axis is decelerating. |
mcHalted | 3 | The axis is stopped. |
See also